Make tests self-hosting * Add wptserve as a submodule for serving HTTP files * Add pywebsocket as a submodule for websockets * Add a serve.py script that initalises the test environment with the servers running on free ports * Remove all PHP from the repository and replace it with wptserve-compatible python * Remove all .htaccess files from the repository and replace with .headers files * Some additional fixes to tests that were otherwise broken 
diff --git a/websockets/eventhandlers.html b/websockets/eventhandlers.html index 96b9079..4fae08d 100644 --- a/websockets/eventhandlers.html +++ b/websockets/eventhandlers.html 
@@ -2,7 +2,7 @@  <title>WebSocket event handlers</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> -<script src="websocket.js"></script> +<script src="websocket.js?pipe=sub"></script>  <div id="log"></div>  <script>  function testEventHandler(name) {